C#
VB
C++
Inserts an item to the IList at the specified index.
index
The zero-based index at which item should be inserted.
item
The object to insert into the IList.
Exceptions
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is not a valid index in the IList. |
System.NotSupportedException | The IList is read-only. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET